toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]SelectColorCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
SelectColorCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Notifies the browser that the user has canceled color selection.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.
select
Link copied to clipboard
open
fun
select
(
color
:
Color
)
Notifies the browser that the user has selected a color.
show
Dialog
Link copied to clipboard
open
fun
showDialog
(
)
Tells the browser to display a color picker.